home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TRENAMEFFORM / TRENAMEFFORM.txt
Text File  |  2005-03-06  |  966b  |  54 lines

  1. object RenameFForm: TRenameFForm
  2.   Left = 289
  3.   Top = 141
  4.   BorderStyle = bsDialog
  5.   Caption = 'Rename'
  6.   ClientHeight = 76
  7.   ClientWidth = 275
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnKeyPress = FormKeyPress
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 49
  22.     Height = 13
  23.     Caption = 'File &name:'
  24.     FocusControl = FileName
  25.   end
  26.   object FileName: TEdit
  27.     Left = 8
  28.     Top = 24
  29.     Width = 177
  30.     Height = 21
  31.     TabOrder = 0
  32.     Text = 'FileName'
  33.   end
  34.   object OKButt: TButton
  35.     Left = 192
  36.     Top = 11
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'OK'
  40.     Default = True
  41.     TabOrder = 1
  42.     OnClick = OKButtClick
  43.   end
  44.   object CancelButt: TButton
  45.     Left = 192
  46.     Top = 44
  47.     Width = 75
  48.     Height = 25
  49.     Caption = '&Cancel'
  50.     TabOrder = 2
  51.     OnClick = CancelButtClick
  52.   end
  53. end
  54.